Ionic 3.6.1 was released

I know some of you were waiting for some bugfixes. Ionic 3.6.1 was just released:

https://github.com/ionic-team/ionic/releases/tag/v3.6.1

5 bug fixes.

1 Like

I needed to roll back to npm 5.3.0 in order to install 3.6.1

One of the rrrors I was getting:
operation not permitted, unlink '…\AppData\Roaming\npm\node_modules\ionic\node_modules\fsevents\node_modules\ansi-regex\package.json’
This is on Win10.

To roll back to npm 5.3.0:
npm install npm@5.3 -g

… in case anyone else has this problem.

Here is my standard response for these “operation not permitted” problems:

Your problem is probably with npm, something to do with permissions and files. This happens quite often and is almost impossible to successfully debug (at least here in the forum).

One solution: Uninstall your node, install nvm (or nvm-windows if you are on Windows), install a new node (which includes npm) with this, then install ionic and cordova again and try your command again. The problem should be gone.

This might be an alternative to the downgrade.