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
Trying to install via Vue-CLI 3.4.0 and version 0.2.1 of this plugin.
I've tried both via command line and also via vue ui, and get this error:
{"type":"warning","data":"../../../package.json: No license field"}
ERROR TypeError: Path must be a string. Received undefined
TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at Object.join (path.js:1233:7)
at api.render (/Users/tomfilepp/work/FSU-Rebuild/games/node_modules/vue-cli-plugin-nativescript-vue/generator/index.js:221:14)
at Generator.resolveFiles (/Users/tomfilepp/.nvm/versions/node/v8.15.0/lib/node_modules/@vue/cli/lib/Generator.js:202:13)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
{ Error: Command failed: vue invoke vue-cli-plugin-nativescript-vue --$inlineOptions {"applicationId":"org.fsu.adhd","historyMode":false,"isNewProject":true,"isNativeOnly":fal
se,"templateType":"nvw"}
adding to package.json
deleting from package.json
doing template rendering
🚀 Invoking generator for vue-cli-plugin-nativescript-vue...
at makeError (/Users/tomfilepp/.nvm/versions/node/v8.15.0/lib/node_modules/@vue/cli/node_modules/execa/index.js:174:9)
at Promise.all.then.arr (/Users/tomfilepp/.nvm/versions/node/v8.15.0/lib/node_modules/@vue/cli/node_modules/execa/index.js:278:16)
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js:229:7)
code: 1,
stdout: 'adding to package.json\ndeleting from package.json\ndoing template rendering\n\n🚀 Invoking generator for vue-cli-plugin-nativescript-vue...\n',
stderr: null,
failed: true,
signal: null,
cmd: 'vue invoke vue-cli-plugin-nativescript-vue --$inlineOptions {"applicationId":"org.fsu.adhd","historyMode":false,"isNewProject":true,"isNativeOnly":false,"templateType":"nvw"}',
timedOut: false,
killed: false }
The text was updated successfully, but these errors were encountered:
Trying to install via Vue-CLI 3.4.0 and version 0.2.1 of this plugin.
I've tried both via command line and also via
vue ui
, and get this error:The text was updated successfully, but these errors were encountered: