We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5371d13 commit 0889507Copy full SHA for 0889507
Dockerfile
@@ -41,7 +41,6 @@ RUN \
41
CXX="g++ -Wno-unused-local-typedefs" make install && \
42
cd /tmp && \
43
rm -rf /tmp/node-v* && \
44
- npm install -g npm && \
45
echo -e '\n# Node.js\nexport PATH="node_modules/.bin:$PATH"' >> /root/.bashrc
46
47
# Download phantomjs build (see README)
spec/dockerfile_spec.rb
@@ -50,7 +50,7 @@ def remove(*); end
50
end
51
52
describe command("npm -v") do
53
- its(:stdout) { should match /3\.3\.8/ }
+ its(:stdout) { should match /2\.14\.7/ }
54
55
56
describe command("phantomjs -v") do
0 commit comments