-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
i think this just a windows issue, so if you try use (pnkit update) it will throw an exception, and the problem is here:
C:\Users{user}\AppData\Roaming\npm\node_modules\phaser-node-kit\lib\update.js
in these line (22):
const npm = spawn('npm', ['install', 'phaser-ce@latest'], { cwd: paths.cli.base, stdio: ['pipe', 'ignore', 'ignore']})
just change it to this:
const npm = spawn('npm.cmd', ['install', 'phaser-ce@latest'], { cwd: paths.cli.base, stdio: ['pipe', 'ignore', 'ignore']})
Metadata
Metadata
Assignees
Labels
No labels