Installation issues with Aptana Studio3 standalone - aptana

I downloaded Aptana_Studio_3_Setup_3.6.1 from this URL: http://www.aptana.com/products/studio3/download.html
When I run the exe file, after a while it get's stuck and comes up with this error message:
"Failed to correctly acquire installer_nodejs_windows.msi file:CRC error."
I am not sure what is happening. I hope someone can advise. Thanks.

I had the same problem. I solved by installing NodeJS from this link: http://go.aptana.com/installer_nodejs_windows and Git latest version.
Credits: Orejano

There is a more complete answer in this thread. I had the same issue and already had nodejs & msysgit installed.

Related

Cannot find 'node_modules/typescript/lib/lib.d.ts' in tsconfig file

After I update a package , I saw this error( meanwhile I updated my vs code ) /
I dont know how to fix this error, appreciate it if anyone helps me out in this case to handle this error
File 'c:/Program Files/Microsoft VS Code/resources/app/extensions/node_modules/typescript/lib/lib.d.ts' not found.
The file is in the program because:
Default library for target 'es5'
This happened to me right after I've updated my VS Code today.
Restarting TypeScript server didn't help. So I've found the answer here.
To 'fix' it, I had to:
Install the JavaScript and TypeScript Nightly VS Code extension.
Open any TypeScript file.
Open command pallete (ctrl+p) and type:
>Typescript: Select TypeScript Version
Select the VS Code version.
I hope it helps.
I just got this error. It was not due to the VS Code installation. It was due to a partial "node_modules" deletion.
In your case, this new package or its dependencies did not install properly.
Exit VS Code, remove "node_modules" folder completely and run yarn again (or npm if it is your package manager).
It will be fixed.
Restarting the TS server in Visual Studio Code did the trick for me as described here:
CMD+SHIFT+P (or CTRL-SHIFT+P) ->

Microsoft Visual C++ Runtime error - Assertion Failed

Using: VS Code
Working on: Running automation test scripts for WebdriverIO.
Error facing:
because of this error, my test specs are not executing. Is there any way to get rid of this??
Please follow the below steps to resolve this issue
Uninstall the current version of node.js.
Go to https://nodejs.org/en/blog/release/
Install the previous version of node.js (I installed from here 4.
https://nodejs.org/dist/v14.17.3/node-v14.17.3-x64.msi)
Restart your system
Try building the project using npm install
I hope this will solve your problem
The error here is coming from the Fibers npm package. Fibers only supports node versions before version 16. I had the same error message and switched the node version to 14.20.0 ,which is the newest LTS before version before 16 at the moment, and that solved the problem for me.

Wordpres: Installation failed: Download failed. No working transports found

I'm using windows 7, Wamp, PHP version 7.4.16, MySQL Version 4.9.7, and Apache 2.4.23.
I'm unable to download theme and plugins on WordPress. I have searched a lot on this issue and tried the Following solutions but all in vain.
Uncommented the php_curl and php-openssl.
Copied the two/ three files from PHP to apache bin
Last but not least I'm using the latest version of WordPress. Any quick help will be highly appreciated.
Thanks in advance
I had the same error trying to download a theme and found a solution here:
https://wordpress.stackexchange.com/questions/292175/installation-failed-download-failed-no-working-transports-found?newreg=571f25138e3a44d5abfc6fae52765759
Basically, you have to edit your php.ini to enable the php-openssl.dll extension and that's all!

Why can't I create a Q#create project on VisualStudio Code with QDK || ISSUE :command "'quantum.newProject' failed.)"

help regarding the issue below would be really appreciated :
Command 'Q#: Create new project...' resulted in an error (Running the contributed command: 'quantum.newProject' failed.)
I was trying to follow this exercice : https://learn.microsoft.com/fr-fr/learn/modules/qsharp-create-first-quantum-development-kit/2-install-quantum-development-kit-code
after downloading and running the latest versions of .NET CORE, VSCODE, I can run "Q# Install command line project templates" but can't run "Q# Create a new project : See screenshot1 screenshot 2 CODE SOURCE ERROR
I already done this exercice in May last year but for some reasons I get stuck at the very beginning of the process now.
Could it be a version issue ? I remember that the tutorial was different (May 2020) than the one above I shared to you. Unfortunately I can't find the previous tutorial as it has been updated since.
I tried to uninstall the latest versions to reinstall the versions I downloaded in May : useless, I get the same issue.
Many thanks for you help !
I decided to go with an older version v0.14.2011120240
It seems the new version isn't stable yet.
Install NodeJS: https://nodejs.org/dist/v14.15.4/node-v14.15.4-x64.msi
Then restart VS Code.
"The below steps currently has a dependency to install node.js including npm. We are working on removing that dependency. Alternatively, use our the command line templates to create a Q# project , or use Visual Studio."
https://learn.microsoft.com/de-de/azure/quantum/install-command-line-qdk?tabs=tabid-vscode

Failed to install "DotNetCore.1.0.1-VS2015Tools.Preview2.0.3" to VS2015 Update3

I have my VS2015 update 3 successfully installed but failed to install the latest Net Core 1.0.1 Tooling preview2. I tried a couple of time to repair it but still have the same issue.
I looked into the log file and I found this:
[1F88:1A48][2016-12-17T21:34:04]e000: Error 0x80070642: Failed attempt
to download URL:
'https://download.microsoft.com/download/F/6/E/F6ECBBCC-B02F-424E-8E03-D47E9FA631B7/packages/AspNetCoreLocalFeed_69.msi'
I copied this link to browser and it can be downloaded though. Does anyone have any idea how to solve this problem?
I reinstalled the entire VS and run the setup from cmd DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1 but no luck.
The entire log file: http://s000.tinyupload.com/?file_id=35547800629021061525
one of the packages failed to download from Microsoft. I downloaded it manually and executed it. this worked for me:
download file from http://go.microsoft.com/fwlink/?LinkID=615460&clcid=0x409
rename file downloaded to vc_redist.x64.exe(if needed)
double-click on it in windows explorer
once this finishes, rerun DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe
hope this helps someone

Resources