You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following instructions from README, but npm install fails.
I have tried both choosing 'yes' and 'no' regarding the 'Need i18n' question. Both time it fails.
vue init erguotou520/vue-fullstack myProject
cd myProject
npm install
It also complains about the crypto version selected is no longer supported.
For security, I have replaced my user as 'Me' and my project to myProject..
..Me$ npm install
npm WARN deprecated [email protected]: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
npm WARN [email protected] No repository field.
npm WARN [email protected] scripts['server'] should probably be scripts['start'].
npm WARN [email protected] No license field.
npm WARN The package express is included as both a dev and production dependency.
npm ERR! path /Users/Me/dev/myProject/node_modules/js-beautify/js/bin/css-beautify.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/Me/dev/myProject/node_modules/js-beautify/js/bin/css-beautify.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
The text was updated successfully, but these errors were encountered:
Hi
Following instructions from README, but
npm install
fails.I have tried both choosing 'yes' and 'no' regarding the 'Need i18n' question. Both time it fails.
vue init erguotou520/vue-fullstack myProject
cd myProject
npm install
It also complains about the crypto version selected is no longer supported.
For security, I have replaced my user as 'Me' and my project to myProject..
The text was updated successfully, but these errors were encountered: