使用npm install安装OpenLayer。蟒蛇

时间:2016-02-12 14:01:07

标签: python node.js openlayers-3 npm-install

我知道它已被讨论过几次。但我不知道如何解决它。 我需要为我的新项目安装openlayer。我已下载Python并将其放到C:\ Python34。

我还检查了全局变量:

enter image description here

所以当我跑

npm install openlayers --save

我明白了:

enter image description here

我甚至尝试使用以下方法手动设置PYTHON和PYTHONPATH变量:

Run "npm config set python path\to\python\python.exe"

它可能是什么?

2 个答案:

答案 0 :(得分:0)

On OpenLayers Browserify it states you should install with

npm install --save-dev openlayers browserify watchify uglify-js

That works without any issue on my Win8 PC.

答案 1 :(得分:0)

我应该使用Python2.7而不是Python3.4