我正在使用带有Node.js项目的truffle,当我尝试迁移项目时,我收到以下错误: Windows Script Host
但是,当我使用建议的修复程序,即将truffle.js文件重命名为truffle.js以外的其他文件(即truffle-config.js)时,我得到一个不同的错误:
npm install --force -g truffle
当我将配置文件重命名为“truffle.js”时,我再次收到第一个错误。
我尝试过的解决方案包括使用Windows Powershell运行程序并运行命令 from selenium import webdriver
client_urls =
['https://www.facebook.com/','http://www.https://stackoverflow.com']
for client_url in client_urls:
driver = webdriver.PhantomJS('C:\\phantomjs-2.1.1-windows\\bin\\phantomjs.exe')
driver.get(client_url)
print(client_url)
screen = client_urls
driver.get_screenshot_as_file('C:\\Users\\xyz\\output\\b.png')
driver.quit()'''
,这两个命令都没有用。我已经研究了推荐的解决方案(https://github.com/trufflesuite/truffle/issues/150),到目前为止,所提出的解决方案都没有奏效。