Skip to content

Conversation

@slamborne
Copy link

Howdy,

This project is awesome, thank you for taking the time to make it.
My intention here is to simplify the installation process by removing bower and only using npm.

Hope you find it useful.

@marcus-robinson
Copy link
Owner

Hi Slamborne,
Sorry for the late reply. I'd like to merge your request, but I just tested it out and I got a bunch of errors

C:\Users\marrobin\Desktop\ionic\rendering\chunkmap>npm install
\

phaser-chunked-tilemap@1.0.0 postinstall C:\Users\marrobin\Desktop\ionic\rende
ring\chunkmap
cp -R ./node_modules/phaser/dist/ ./www/lib/phaser/; http-server www

'cp' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs
\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! code ELIFECYCLE
npm ERR! phaser-chunked-tilemap@1.0.0 postinstall: cp -R ./node_modules/phaser/ dist/ ./www/lib/phaser/; http-server www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phaser-chunked-tilemap@1.0.0 postinstall script 'cp -R ./
node_modules/phaser/dist/ ./www/lib/phaser/; http-server www'.
npm ERR! This is most likely a problem with the phaser-chunked-tilemap package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cp -R ./node_modules/phaser/dist/ ./www/lib/phaser/; http-server ww
w
npm ERR! You can get their info via:
npm ERR! npm owner ls phaser-chunked-tilemap
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\marrobin\Desktop\ionic\rendering\chunkmap\npm-debug.log

Any ideas?

@slamborne
Copy link
Author

No problem.

Yikes!
Yes, it's most likely because Windows doesn't use the 'cp' command. My bad, I'll take a look again when I get time.

On Mar 3, 2016, at 1:32 AM, Marcus notifications@github.com wrote:

Hi Slamborne,
Sorry for the late reply. I'd like to merge your request, but I just tested it out and I got a bunch of errors

C:\Users\marrobin\Desktop\ionic\rendering\chunkmap>npm install
\

phaser-chunked-tilemap@1.0.0 postinstall C:\Users\marrobin\Desktop\ionic\rende
ring\chunkmap
cp -R ./node_modules/phaser/dist/ ./www/lib/phaser/; http-server www

'cp' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs
\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! code ELIFECYCLE
npm ERR! phaser-chunked-tilemap@1.0.0 postinstall: cp -R ./node_modules/phaser/
dist/ ./www/lib/phaser/; http-server www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phaser-chunked-tilemap@1.0.0 postinstall script 'cp -R ./
node_modules/phaser/dist/ ./www/lib/phaser/; http-server www'.
npm ERR! This is most likely a problem with the phaser-chunked-tilemap package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cp -R ./node_modules/phaser/dist/ ./www/lib/phaser/; http-server ww
w
npm ERR! You can get their info via:
npm ERR! npm owner ls phaser-chunked-tilemap
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\marrobin\Desktop\ionic\rendering\chunkmap\npm-debug.log

Any ideas?


Reply to this email directly or view it on GitHub.

@marcus-robinson
Copy link
Owner

Thanks, yeah I think you're right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants