ant-design / ant-design-pro-cli

Cli tool of Ant Design Pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After creating a new project using `pro init`, run` npm install react-quill --save` in the project and install the unsuccessful other external modules.

fengyun2 opened this issue · comments

commented

After creating a new project using pro init, run npm install react-quill --save in the project and install the unsuccessful other external modules.

Operating environment:

  1. Windows10
  2. node: v8.8.1
  3. ant-design-pro-cli: v0.1.5

Specific information is as follows:

npm ERR! path D:\test\js\1102\pro-demo\ant-design-pro\node_modules\ajv-keywordsnpm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access 'D:\test\js\1102\pro-demo\ant-design-pro\node_modules\ajv-
keywords'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
commented

what's your npm version ?

try debug-js/debug#261 (comment)

commented

@nikogu npm: v5.4.2

commented

@fengyun2 try v0.2.2

commented

@nikogu Upgrade to v0.2.2 , the command board directly stuck dead.

commented

@fengyun2 can you capture fully error message for me, i have no Windows environment.

commented

image
But I create a empty project with npm init -y and run npm install react-quill --save will success.

commented

i suggest you use cnpm, by the way, what's error display?

commented

Thank you. When use cnpm, really installed successfully.