dangvanthanh / vue-ckeditor2

CKEditor 4 wrapper by Vue.js
https://vue-ckeditor2.surge.sh/
MIT License
171 stars 64 forks source link

cross-env NODE_ENV=development rollup -cw #2

Closed akitengineer closed 7 years ago

akitengineer commented 7 years ago

npm ERR! Linux 4.4.0-38-generic npm ERR! argv "/usr/bin/nodejs" "/usr/local/bin/npm" "run" "dev" npm ERR! node v4.2.6 npm ERR! npm v3.10.9 npm ERR! code ELIFECYCLE npm ERR! vue-ckeditor@1.0.0 dev: cross-env NODE_ENV=development rollup -cw npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vue-ckeditor@1.0.0 dev script 'cross-env NODE_ENV=development rollup -cw'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the vue-ckeditor package, npm ERR! not with npm itself.

dangvanthanh commented 7 years ago

@akitengineer What command line you use or enviroment?

You need install package by

npm install or yarn install first

Then you can use npm run dev or yarn run dev

akitengineer commented 7 years ago

I used the commands in the same manner. npm install run successfully but npm run dev return the error.

I am using Ubuntu 16.04.

dangvanthanh commented 7 years ago

hi @akitengineer

I'm running test in Ubuntu 16.10. It working well

asciicast

Maybe you should upgrade Node.js package.

sudo apt-get update && sudo apt-get purge nodejs npm
dangvanthanh commented 7 years ago

I will closed it and reopen when you sure it a bug.