Closed DepickereSven closed 5 years ago
Thanks, I've just updated the Vue demo to N6 myself and all works fine. Remove your project, and run
git clone https://github.com/EddyVerbruggen/nativescript-feedback
cd nativescript-feedback/src
npm run demo-vue.android
I did what you asked and I still don't work. I got the following error;
F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\cli.js:93
throw err;
^
Error: The entry module main specified in F:\Dev\TRA\Test\nativescript-feedback\demo-vue\app/package.json doesn't exist! at Object.exports.getEntryModule (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\nativescript-dev-webpack\index.js:43:15)
at module.exports.env (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\webpack.config.js:61:35)
at handleFunction (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\utils\prepareOptions.js:21:13)
at prepareOptions (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\utils\prepareOptions.js:9:5)
at requireConfig (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\utils\convert-argv.js:119:14)
at F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\utils\convert-argv.js:125:17
at Array.forEach (<anonymous>)
at module.exports (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\utils\convert-argv.js:123:15)
at yargs.parse (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\cli.js:71:45)
at Object.parse (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\node_modules\yargs\yargs.js:567:18)
at F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\cli.js:49:8
at Object.<anonymous> (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack-cli\bin\cli.js:365:3)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (F:\Dev\TRA\Test\nativescript-feedback\demo-vue\node_modules\webpack\bin\webpack.js:156:2)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)
Executing webpack failed with exit code 1.
I don't know what's up with your setup then, but let's not waste too much time on this. Just copy what you need from the demo.
I used the following commands:
Then I got this error:
So I tried to update it to Nativescript 6.0
By the following commands:
Error log: