Skip to content

ENOENT: no such file or directory, chmod '...\node_modules\vue-native-scripts\src\bin\vue-native-script.js' #182

Closed
@zyxel648

Description

@zyxel648

Trying to Install last version 0.1.0
npm install [email protected]

but get following error in console:

npm ERR! path C:\sample\node_modules\vue-native-scripts\src\bin\vue-native-script.js
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\sample\node_modules\vue-native-scripts\src\bin\vue-native-script.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

and package did not installed

I suppose, this is cause in package.json wrong path to vue-native-script.js file:

"bin": {
    "vue-native-scripts": "./src/bin/vue-native-script.js"
  },

It should be:

"bin": {
    "vue-native-scripts": "./bin/vue-native-script.js"
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions